type net/http.http2priorityNodeRFC7540
23 uses
net/http (current package)
h2_bundle.go#L11466: nodes: make(map[uint32]*http2priorityNodeRFC7540),
h2_bundle.go#L11491: type http2priorityNodeRFC7540 struct {
h2_bundle.go#L11500: parent *http2priorityNodeRFC7540
h2_bundle.go#L11501: kids *http2priorityNodeRFC7540 // start of the kids list
h2_bundle.go#L11502: prev, next *http2priorityNodeRFC7540 // doubly-linked list of siblings
h2_bundle.go#L11505: func (n *http2priorityNodeRFC7540) setParent(parent *http2priorityNodeRFC7540) {
h2_bundle.go#L11540: func (n *http2priorityNodeRFC7540) addBytes(b int64) {
h2_bundle.go#L11553: func (n *http2priorityNodeRFC7540) walkReadyInOrder(openParent bool, tmp *[]*http2priorityNodeRFC7540, f func(*http2priorityNodeRFC7540, bool) bool) bool {
h2_bundle.go#L11606: type http2sortPriorityNodeSiblingsRFC7540 []*http2priorityNodeRFC7540
h2_bundle.go#L11629: root http2priorityNodeRFC7540
h2_bundle.go#L11632: nodes map[uint32]*http2priorityNodeRFC7540
h2_bundle.go#L11640: closedNodes, idleNodes []*http2priorityNodeRFC7540
h2_bundle.go#L11649: tmp []*http2priorityNodeRFC7540
h2_bundle.go#L11673: n := &http2priorityNodeRFC7540{
h2_bundle.go#L11724: n = &http2priorityNodeRFC7540{
h2_bundle.go#L11782: var n *http2priorityNodeRFC7540
h2_bundle.go#L11802: ws.root.walkReadyInOrder(false, &ws.tmp, func(n *http2priorityNodeRFC7540, openParent bool) bool {
h2_bundle.go#L11828: func (ws *http2priorityWriteSchedulerRFC7540) addClosedOrIdleNode(list *[]*http2priorityNodeRFC7540, maxSize int, n *http2priorityNodeRFC7540) {
h2_bundle.go#L11842: func (ws *http2priorityWriteSchedulerRFC7540) removeNode(n *http2priorityNodeRFC7540) {
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |